home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 2 / PCU0503CD2.iso / Crystal / 3rdparty / JavaVM / Plug-in / jplugin.exe / jaws.jar / sun / plugin / ConsoleWindow$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-06-22  |  789 b   |  28 lines

  1. package sun.plugin;
  2.  
  3. import java.awt.TextArea;
  4. import java.awt.event.ActionEvent;
  5. import java.awt.event.ActionListener;
  6.  
  7. final class ConsoleWindow$1 implements ActionListener {
  8.    // $FF: synthetic field
  9.    private final ConsoleWindow this$0;
  10.  
  11.    public void actionPerformed(ActionEvent var1) {
  12.       TextArea var2 = ConsoleWindow.access$0(this.this$0);
  13.       synchronized(var2){}
  14.  
  15.       try {
  16.          ConsoleWindow.access$0(this.this$0).setText("");
  17.       } catch (Throwable var4) {
  18.          throw var4;
  19.       }
  20.  
  21.    }
  22.  
  23.    // $FF: synthetic method
  24.    ConsoleWindow$1(ConsoleWindow var1) {
  25.       this.this$0 = var1;
  26.    }
  27. }
  28.